"Gluing" together multiple reports
Is there a way to "glue" together multiple reports? Say I have one rdl that produces a report of N pages, and another that produces M pages. What I'd like is a single output of N+M pages.
A similar scenario: Suppose there is a table in my report that has N rows. Could I append N additional pages (or N sets of pages) where each additional page (or set of pages) is related to one row from the table?
November 10th, 2010 4:42pm
Did you tried Sub reports??
Gaurav Gupta http://sqlservermsbiblog.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
November 10th, 2010 4:57pm
are these reports are master details kind of?
I mean are you passing any parameters to 2nd report from 1st?
You can sub reports that is report within report.
SSRSRpt
November 10th, 2010 5:14pm
In some instances the appended pages/reports are not related to the data in the first table. In others the appended pages can be thought of as subreports.
Assuming I treat them as subreports, How do I append multiple subreports?
Free Windows Admin Tool Kit Click here and download it now
November 11th, 2010 11:46am
if they are connected, in that case pass the parameter/parameters from main report to subreport.
and if they are not connected in that case create a seperate report and add that into main report.SSRSRpt
November 12th, 2010 8:41am